Richard M. Stallman [Thu, 11 Nov 1993 07:17:08 +0000 (07:17 +0000)]
(Man-section-regexp): Allow section names l, n, L, N.
Richard M. Stallman [Thu, 11 Nov 1993 05:25:09 +0000 (05:25 +0000)]
Comment change.
Richard M. Stallman [Thu, 11 Nov 1993 04:43:49 +0000 (04:43 +0000)]
(map-y-or-n-p): Handle help-char values other than chars.
Richard M. Stallman [Thu, 11 Nov 1993 04:36:02 +0000 (04:36 +0000)]
(Fcall_process): Clear synch_process_death and
synch_process_retcode before the vfork.
Richard M. Stallman [Thu, 11 Nov 1993 03:02:18 +0000 (03:02 +0000)]
(c-indent-region): When looking for a sexp that ends
past this line, make sure it really starts on this line.
Richard M. Stallman [Thu, 11 Nov 1993 02:48:26 +0000 (02:48 +0000)]
(occur-mode): Run occur-mode-hook.
Richard M. Stallman [Thu, 11 Nov 1993 02:33:43 +0000 (02:33 +0000)]
(XTmouse_position): Undo roland's change.
Fix bug in bfox change.
Roland McGrath [Thu, 11 Nov 1993 00:41:15 +0000 (00:41 +0000)]
[! HPUX]: Don't declare sbrk at all, so as not to conflict with headers.
Roland McGrath [Wed, 10 Nov 1993 22:56:45 +0000 (22:56 +0000)]
(XTmouse_position): First arg is FRAME_PTR, not FRAME_PTR *.
Richard M. Stallman [Wed, 10 Nov 1993 21:03:53 +0000 (21:03 +0000)]
Initial revision
Richard M. Stallman [Wed, 10 Nov 1993 21:02:27 +0000 (21:02 +0000)]
Don't try to link *.texinfo--there are none now.
Richard M. Stallman [Wed, 10 Nov 1993 20:51:02 +0000 (20:51 +0000)]
(rmail-start-mail): Don't do other frame unless we have
a window system, irregardless of the state of rmail-mail-new-frame.
Richard M. Stallman [Wed, 10 Nov 1993 20:48:04 +0000 (20:48 +0000)]
(Man-filter-list): Include anything starting with
alphabetics, and containing "Last change:".
(manual-entry): Don't call `Man-downcase' since
Man-translate-references has already done the right thing.
Richard M. Stallman [Wed, 10 Nov 1993 20:46:09 +0000 (20:46 +0000)]
(Info-extract-menu-item): Quote `*' in the menu-item
leadin re-search to prevent us from finding node names which
contain the text of another node name within them.
Richard M. Stallman [Wed, 10 Nov 1993 20:44:14 +0000 (20:44 +0000)]
(hexl-mode): Use `add-hook' to modify buffer local `write-contents-hooks'.
(hexl-mode-exit): Remove our hook when turning off Hexl mode.
Richard M. Stallman [Wed, 10 Nov 1993 20:41:17 +0000 (20:41 +0000)]
(find-backup-file-name): Don't fatal-error on
directories that are hard to read; fall back on ~/%backup%.
(file-truename): Treat ~USER like just ~.
Richard M. Stallman [Wed, 10 Nov 1993 20:30:32 +0000 (20:30 +0000)]
(remove-hook): New function, analogous to add-hook. This
is now the recommended way to remove a hook that you have added.
Richard M. Stallman [Wed, 10 Nov 1993 20:12:45 +0000 (20:12 +0000)]
(intervals.o): Depend on puresize.h.
Richard M. Stallman [Wed, 10 Nov 1993 20:11:44 +0000 (20:11 +0000)]
Include puresize.h.
(create_root_interval): Check to see if PARENT is in
pure memory. If so, we cannot write it.
Richard M. Stallman [Wed, 10 Nov 1993 20:09:54 +0000 (20:09 +0000)]
(Fraise_frame): Do like the documentation says, and make
the frame visible first.
Richard M. Stallman [Wed, 10 Nov 1993 20:07:07 +0000 (20:07 +0000)]
(Tmouse_position): If the passed in frame is not an
Xwindow frame, don't do anything.
Richard M. Stallman [Wed, 10 Nov 1993 20:03:25 +0000 (20:03 +0000)]
(EMACS_GETPGRP): New macro hides argument passing to
system getpgrp. Reinstate some semblance of control over this
macros behaviour by paying attention to GETPGRP_NO_ARG.
Richard M. Stallman [Wed, 10 Nov 1993 20:02:50 +0000 (20:02 +0000)]
(sys_suspend): Use EMACS_GETPGRP macro.
Richard M. Stallman [Wed, 10 Nov 1993 20:02:12 +0000 (20:02 +0000)]
(main): Use EMACS_GETPGRP macro.
(shut_down_emacs): Use EMACS_GETPGRP macro.
Richard M. Stallman [Wed, 10 Nov 1993 19:55:18 +0000 (19:55 +0000)]
(make_pure_string): If we USE_TEXT_PROPERTIES, set the
interval of the pure string to NULL_INTERVAL.
Richard M. Stallman [Wed, 10 Nov 1993 19:53:29 +0000 (19:53 +0000)]
Treat convex like hpux.
Richard M. Stallman [Wed, 10 Nov 1993 19:52:09 +0000 (19:52 +0000)]
(Fskip_chars_backward, Fskip_chars_forward): Doc fix.
Richard M. Stallman [Wed, 10 Nov 1993 19:45:50 +0000 (19:45 +0000)]
(Fforward_comment): On backward scan, exit inner loop
after we reach beginning of a comment.
Check the SYNTAX_COMMENT_STYLE of a one-character comment ender.
(scan_lists): Check the SYNTAX_COMMENT_STYLE
of a one-character comment ender.
Richard M. Stallman [Wed, 10 Nov 1993 08:30:22 +0000 (08:30 +0000)]
(read_input_waiting): Don't mess with meta bit
if read_socket_hook is nonzero.
(LPASS8, LNOFLSH): Move definitions earlier.
(child_setup_tty): Turn on LPASS8.
Richard M. Stallman [Wed, 10 Nov 1993 08:29:34 +0000 (08:29 +0000)]
(skip_chars): Finish reenabling checks for buffer bounds.
Use XINT, not XFASTINT, when testing.
Richard M. Stallman [Wed, 10 Nov 1993 07:59:21 +0000 (07:59 +0000)]
(Fwrite_region): Fix minor bugs in POS arg to awrite.
Richard M. Stallman [Wed, 10 Nov 1993 07:10:58 +0000 (07:10 +0000)]
(comint-postoutput-scroll-to-bottom):
Don't treat minibuffer window specially.
Richard M. Stallman [Wed, 10 Nov 1993 06:10:27 +0000 (06:10 +0000)]
(syms_of_xterm): Initialize last_mouse_scroll_bar.
Richard M. Stallman [Wed, 10 Nov 1993 00:38:47 +0000 (00:38 +0000)]
(comint-postoutput-scroll-to-bottom):
Don't alter point in a window if it's after the process-mark.
Richard M. Stallman [Wed, 10 Nov 1993 00:03:54 +0000 (00:03 +0000)]
(texinfo-mode-map): Add C-c C-e bindings for texinfmt.el.
Robert J. Chassell [Wed, 10 Nov 1993 00:02:27 +0000 (00:02 +0000)]
(texinfo-show-structure): Indent appendices properly.
Richard M. Stallman [Tue, 9 Nov 1993 23:56:43 +0000 (23:56 +0000)]
(texinfo-sequential-node-update): Add autoload.
(texinfo-update-node, texinfo-every-node-update): Add autoload.
Richard M. Stallman [Tue, 9 Nov 1993 21:37:50 +0000 (21:37 +0000)]
Doc fixes.
Richard M. Stallman [Tue, 9 Nov 1993 21:34:18 +0000 (21:34 +0000)]
(Ferase_buffer): Doc fix.
Richard M. Stallman [Tue, 9 Nov 1993 07:28:56 +0000 (07:28 +0000)]
(menu-bar-edit-menu): Add menu items for searching.
Richard M. Stallman [Tue, 9 Nov 1993 07:13:00 +0000 (07:13 +0000)]
(etags-list-tags): Return t if found the file.
(list-tags): Clear first-time when we go around the loop.
Supply file name in error message.
Remove dir names from files when preparing for completion.
Richard M. Stallman [Mon, 8 Nov 1993 23:55:50 +0000 (23:55 +0000)]
(comint-preinput-scroll-to-bottom): Added
comint-magic-space to list of commands recognised as inserting.
(comint-output-filter): Corrected check for killed buffer.
Richard M. Stallman [Mon, 8 Nov 1993 23:40:37 +0000 (23:40 +0000)]
Doc fixes.
Francesco Potortì [Mon, 8 Nov 1993 18:52:56 +0000 (18:52 +0000)]
Mon Nov 8 19:56:20 MET 1993 Tom Hageman (tom@basil.icce.rug.nl)
* etags.c: (C_entries): Keep track of ()-parenthesis level so that
functions returning a pointer to a function, a la `signal', can be
parsed. This also required new state `fstartlist' to `FUNCST'.
(SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
(C_entries, CNL): use it to isolate preprocessor directive processing
from the other state engines.
(begtk): add '~', for C++ class destructors.
Richard M. Stallman [Mon, 8 Nov 1993 15:06:59 +0000 (15:06 +0000)]
(describe-current-display-table):
Don't get error if no display table now.
(describe-display-table): Put all the output in the temp buffer.
Richard M. Stallman [Mon, 8 Nov 1993 15:01:44 +0000 (15:01 +0000)]
(wordstar-mode): Add autoload.
Richard M. Stallman [Mon, 8 Nov 1993 14:46:50 +0000 (14:46 +0000)]
Initial revision
Richard M. Stallman [Mon, 8 Nov 1993 13:25:13 +0000 (13:25 +0000)]
(ispell-message): Delete excess (beginning-of-line) call.
Richard M. Stallman [Mon, 8 Nov 1993 13:14:59 +0000 (13:14 +0000)]
(jump-to-register): Doc fix.
Richard M. Stallman [Mon, 8 Nov 1993 13:14:31 +0000 (13:14 +0000)]
(jump-to-register): Rename prefix arg to DELETE and invert its sense.
Richard M. Stallman [Mon, 8 Nov 1993 13:14:05 +0000 (13:14 +0000)]
(set-frame-configuration): Iconify frames
rather than making them invisible.
Richard M. Stallman [Mon, 8 Nov 1993 12:47:05 +0000 (12:47 +0000)]
(ispell-message): If gnus, but no mail-yank-prefix,
use ispell-message-cite-regexp. Turn off case-fold-search
for the searching and matching in this function.
Richard M. Stallman [Mon, 8 Nov 1993 12:44:18 +0000 (12:44 +0000)]
(comint-postoutput-scroll-to-bottom):
Walk the windows even if scroll is nil.
Richard M. Stallman [Sun, 7 Nov 1993 22:50:36 +0000 (22:50 +0000)]
Fix previous change.
Richard M. Stallman [Sun, 7 Nov 1993 22:45:42 +0000 (22:45 +0000)]
(ispell-message): Stop if ispell-region returns nil.
(ispell-next, ispell-word): Catch ispell-quit, not quit.
(ispell-next): Return t if exit normally (no throw to ispell-quit).
(ispell-command-loop): For q, throw to ispell-quit.
Explicitly handle C-g.
(ispell): If we don't call ispell-next, return t.
(ispell-non-empty-string): New function.
(ispell-message): Add autoload.
Choose a citation regexp automatically.
Don't fail if there is no following cited line after filled lines.
Richard M. Stallman [Sun, 7 Nov 1993 22:19:57 +0000 (22:19 +0000)]
(compare-windows-skip-whitespace): Return t
if there is whitespace before point.
Richard M. Stallman [Sun, 7 Nov 1993 21:23:36 +0000 (21:23 +0000)]
(iso-accents-mode): Doc fix.
Richard M. Stallman [Sun, 7 Nov 1993 10:43:36 +0000 (10:43 +0000)]
(comint-postoutput-scroll-to-bottom):
Always keep point at end in all buffers if was at end.
comint-scroll-to-bottom-on-output controls what to do
if point was not already at the end.
Richard M. Stallman [Sun, 7 Nov 1993 10:37:57 +0000 (10:37 +0000)]
(iso-accents-list): Fix typo in ^A code. Support ~< and ~>.
Richard M. Stallman [Sun, 7 Nov 1993 10:28:22 +0000 (10:28 +0000)]
Support ~ and /. Support 'Y, 'y, "y.
Delete the `compose' support.
Richard M. Stallman [Sun, 7 Nov 1993 10:24:20 +0000 (10:24 +0000)]
entered into RCS
Richard M. Stallman [Sun, 7 Nov 1993 08:10:46 +0000 (08:10 +0000)]
(set-frame-configuration): If NODELETE, make the unwanted frames invisible.
Richard M. Stallman [Sat, 6 Nov 1993 08:05:07 +0000 (08:05 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 6 Nov 1993 05:56:11 +0000 (05:56 +0000)]
(tex-alt-print): New function for menu bar.
(tex-define-common-keys, tex-mode-map): Move some items from
tex-define-common-keys to tex-mode-map.
Add more menu-enable properties.
(tex-append): Cope with both the original
Pascal-based TeX and the newer C-based TeX.
Richard M. Stallman [Sat, 6 Nov 1993 05:14:07 +0000 (05:14 +0000)]
(child_setup_tty): Make the pty handle 8-bit characters.
Richard M. Stallman [Sat, 6 Nov 1993 04:16:34 +0000 (04:16 +0000)]
(Man-frame-parameters): New variable.
(Man-notify-when-ready): Handle `newframe' as Man-notify value.
Richard M. Stallman [Thu, 4 Nov 1993 22:13:15 +0000 (22:13 +0000)]
[TERM]: Include client.h.
(Fopen_network_stream): Handle TERM.
Richard M. Stallman [Thu, 4 Nov 1993 22:12:59 +0000 (22:12 +0000)]
[TERM]: Alternate definitions of LIBS_MACHINE and C_SWITCH_MACHINE.
Richard M. Stallman [Thu, 4 Nov 1993 12:02:01 +0000 (12:02 +0000)]
(ange-ftp-load): Handle extra args after the file name.
Richard M. Stallman [Wed, 3 Nov 1993 20:56:29 +0000 (20:56 +0000)]
(other-frame): Subtract 1 from hpos for new mouse position.
Richard M. Stallman [Wed, 3 Nov 1993 20:39:37 +0000 (20:39 +0000)]
(sendmail-send-it): Don't insert Sender.
Richard M. Stallman [Wed, 3 Nov 1993 20:31:49 +0000 (20:31 +0000)]
(x_new_font): xmalloc arg was 1 too small.
Richard M. Stallman [Wed, 3 Nov 1993 20:00:33 +0000 (20:00 +0000)]
(tex-validate-region, tex-region):
Enable menu items if only mark is active.
Roland McGrath [Wed, 3 Nov 1993 13:06:04 +0000 (13:06 +0000)]
entered into RCS
Richard M. Stallman [Wed, 3 Nov 1993 00:50:06 +0000 (00:50 +0000)]
(mouse-drag-region): Set this-command to mouse-set-point
if not setting the mark.
(mouse-save-then-kill): Consider mark-active only in transient mark md.
Francesco Potortì [Tue, 2 Nov 1993 18:55:40 +0000 (18:55 +0000)]
Tue Nov 2 19:46:52 1993 Francesco Potorti` (pot@cnuce.cnr.it)
* etags.c (consider_token): removed unused variable firsttok.
(prolog_getit): call pfnote with the right number of arguments.
Francesco Potortì [Tue, 2 Nov 1993 18:37:02 +0000 (18:37 +0000)]
Declares itself as "etags for emacs 19" instead of "etags for emacs 19.0".
This revision has no ChangeLog entry.
Richard M. Stallman [Tue, 2 Nov 1993 04:59:22 +0000 (04:59 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 31 Oct 1993 02:47:34 +0000 (02:47 +0000)]
Re-add hitachi to list of companies not to treat as OS names.
Richard Kenner [Sat, 30 Oct 1993 21:17:31 +0000 (21:17 +0000)]
Add H3050/RX support.
Richard M. Stallman [Wed, 27 Oct 1993 21:33:12 +0000 (21:33 +0000)]
(tex-define-common-keys): Define menu items.
Richard M. Stallman [Wed, 27 Oct 1993 03:32:10 +0000 (03:32 +0000)]
(comint-mode-map): Merge menu bar item Output into Input.
Rename Completion to Complete.
Richard M. Stallman [Tue, 26 Oct 1993 23:28:00 +0000 (23:28 +0000)]
(paragon): New alias.
Richard M. Stallman [Tue, 26 Oct 1993 20:46:34 +0000 (20:46 +0000)]
(font-lock-fontify-buffer): Don't turn
font-lock-mode on and off; just call font-lock-set-defaults.
Richard M. Stallman [Tue, 26 Oct 1993 20:02:21 +0000 (20:02 +0000)]
(text-mode-map): Bind ispell-complete-word to M-TAB.
Richard M. Stallman [Tue, 26 Oct 1993 20:01:56 +0000 (20:01 +0000)]
(ispell-look-command): New user variable.
(ispell-do-look, ispell-lookup-build-list): Use it as
PROGRAM for call-process instead of just "look".
(ispell-complete-word-interior-frag): New command.
(ispell-complete-word): New command.
(ispell-menu-map): Add bindings for them.
(ispell-gnu-look-still-broken-p, ispell-look-dictionary): New vars.
Roland McGrath [Tue, 26 Oct 1993 18:06:48 +0000 (18:06 +0000)]
(eval-expression): Fix typo: missing paren.
(read-expression-map): Use an indirection to minibuffer-local-map rather
than copying it.
Richard M. Stallman [Tue, 26 Oct 1993 03:29:54 +0000 (03:29 +0000)]
(bookmark-load, bookmark-write-file):
Bind enable-local-variables instead of enable-local-eval.
Karl Fogel [Tue, 26 Oct 1993 00:00:58 +0000 (00:00 +0000)]
Added a define-key for menu-bar-bookmark-map, so that the File menu on
the menu-bar will contain an entry for bookmarks, right below the
Print Buffer item.
Karl Fogel [Mon, 25 Oct 1993 23:56:15 +0000 (23:56 +0000)]
upped version to 2.5
Got rid of ###autoload to put a bookmark menu on the menu-bar. Now it
will appear on the File menu, fourth item down. menu-bar.el will be
modified to do this.
(bookmark-load, bookmark-write-file): made enable-local-eval be nil
when loading a bookmark file, since bookmark context strings can
contain eval forms from the files in which the bookmarks are set, and
we don't want them evalled when .emacs-bkmrks is found!
upped version to 2.4.1 after doing this.
Richard M. Stallman [Mon, 25 Oct 1993 20:01:29 +0000 (20:01 +0000)]
(comint-scroll-to-bottom-on-input): Default to nil.
(comint-mode): Use pre-command-hook, not before-change-function.
(comint-preinput-scroll-to-bottom): Take no arguments.
(comint-output-filter-functions): Renamed from comint-output-filter-hook.
(comint-output-filter): Pass STRING as arg to output hook functions.
(comint-preinput-scroll-to-bottom): Take an arg.
Move point to new process mark if it was at the old one.
Scroll so only if point is at or after the process mark.
When scrolling, put end of text on bottom line, regardless of point.
Brian Fox [Mon, 25 Oct 1993 06:18:23 +0000 (06:18 +0000)]
(ispell): If the buffer to spell has no associated file, or, the
associated file has a special handler, use a temporary file with the
buffer contents to pass to the local ispell process.
Brian Fox [Mon, 25 Oct 1993 06:13:41 +0000 (06:13 +0000)]
`provide' "dired" before running user hooks.
Brian Fox [Mon, 25 Oct 1993 06:11:49 +0000 (06:11 +0000)]
(ange-ftp-dired-uncache): Fix parens so that `(setq ...' is a result
of the if statement, and not a top level expression.
Brian Fox [Mon, 25 Oct 1993 06:07:23 +0000 (06:07 +0000)]
(eval-expression, edit-and-eval-command): Let
minibuffer-history-sexp-flag be 't during the call to
read-from-minibuffer.
Richard M. Stallman [Mon, 25 Oct 1993 06:07:19 +0000 (06:07 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 25 Oct 1993 05:57:08 +0000 (05:57 +0000)]
Initial revision
Brian Fox [Mon, 25 Oct 1993 05:13:17 +0000 (05:13 +0000)]
(Fopen_netwrok_stream): Cast arg to inet_addr to (char *).
Brian Fox [Mon, 25 Oct 1993 05:09:20 +0000 (05:09 +0000)]
(Freplace_match): Fix argument names to match doc string.
(Fmatch_beginning): Fix doc string to match argument name.
Brian Fox [Mon, 25 Oct 1993 04:54:54 +0000 (04:54 +0000)]
Declare `logb' only if HAVE_LOGB is defined.